home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / lan / wm15.zip / NEWS.TXT < prev    next >
Text File  |  1994-05-25  |  10KB  |  282 lines

  1.             WinMan 1.2 to WINMAN 1.3
  2.               Upgrade Information
  3. ============================================================================
  4.  
  5. The following items have been improved/changed between WinMan 1.2 
  6. and WinMan 1.3:
  7.  
  8. New Entries in the default WINMAN.INI
  9. -------------------------------------
  10. [System]
  11. UserWinMan=...          Specifies path and filename of the users WINMAN.INI
  12.             If no entry is set, the Windows user directory is
  13.             assumed.
  14. WMScrPath=...           Specifies path and filename of WMSCR.EXE when it
  15.             gets launched by WINMAN.EXE. If no entry is set,
  16.             the Windows System directory is assumed.
  17. DisableBitmap=...       Is no longer supported.
  18. CloseLoop=...           Is no longer supported.
  19.  
  20. [Shell]
  21. CheckLoop=...           Is no longer supported.
  22.  
  23. New Entries in the users WINMAN.INI
  24. -----------------------------------
  25. [General Info]
  26. LastStart=...           Date and time of the last startup
  27. LastTerminate=...       Date and time of the last terminate
  28. LastWorkstation=...     Network address of the last workstation
  29. FullName=...            Fullname of the last user
  30. Shortname=...           Shortname of the last user
  31. CurrentWorkstation=...  Network address of the current workstation
  32.  
  33. New message files
  34. -----------------
  35. WM_ENG.INI and WM_DEU.INI have been altered for the new WINMAN.EXE. 
  36. If you made any changes/translations to them, make sure you repeat 
  37. them in the new files.
  38.  
  39. Select!
  40. -------
  41. WMSELECT.EXE supports now DOS environment variables in pathnames.
  42.  
  43. WinMan
  44. ------
  45. New WINMAN.EXE reduces memory consumption and allows closing of desktop
  46. while WMSCR.EXE is still working. Also the [Special Terminate] is no 
  47. longer needed.
  48.  
  49.  
  50. Beringen, 9.11.93
  51. R.Schallberger
  52.  
  53.             
  54. ============================================================================
  55.             WinMan 1.3 to WINMAN 1.3a
  56.               Upgrade Information
  57. ============================================================================
  58.  
  59. [Header]
  60. ...           
  61. Alias=...               Name to be shown when using ALIAS in FirstAid
  62. ...                     in the "Processed Scripts" list. This Alias name 
  63.             is optional and replaces the 'cryptic' pathname 
  64.             shown in the "Processed Scripts" list.
  65.  
  66. Beringen, 16.11.93
  67. R.Schallberger
  68.  
  69.  
  70. ============================================================================
  71.                WinMan 1.3a to WINMAN 1.4
  72.               Upgrade Information
  73. ============================================================================
  74.  
  75. [Common]
  76. ...                     This section is an alternative to the [Install]
  77.             section. Whenever WinMan starts, it reads the  
  78.             PROCESS statements in SYSTEM.WMS - if a script gets
  79.             processed by 'Process xx.WMS', WinScript will check
  80.             if the script ever (in any version) was processed.
  81.             If it was, it will try to locate the [Common] section
  82.             and process it (if there is none, it will use the 
  83.             [Install]). If the script was never processed before
  84.             (no entry in [Processed Scripts]) it will process 
  85.             the [Install].
  86.             e.g.
  87.             [Header]
  88.             ...
  89.             [Common]
  90.             Menu ....
  91.             RegDat ...
  92.  
  93.             [Install]
  94.             Menu ...
  95.             RegDat ...
  96.             IniWrite ...
  97.  
  98.             This allows to avoid the 'If VersionChange...' within
  99.             application startups. The [Common] section may contain
  100.             any commands allowed in [Install].
  101.             The [Common] section does not get checked if the 
  102.             'Process xx.WMS,yy,...' is used, where 'yy' stands for 
  103.             W, V or WV.
  104.  
  105. New Utility WMPRN.EXE
  106. ---------------------
  107. WMPRN allows to set the default printer using a logical name instead
  108. of the driver name in the control panel. Any local or network printers can
  109. be defined in a INI file. The server where a network printqueue resides 
  110. has to be attached before trying to use it off this utility.
  111.              Usage: WMPRN.EXE i:\winman\def_prn.ini
  112.  
  113. Select!
  114. -------
  115. It is possible to limit the number of currently selected items per option
  116. by using:
  117.  
  118. [Select! Options]
  119. Item=Section,1
  120.  
  121. Where 1 would be the max number of concurrent selections within then 
  122. option 'Item'
  123.  
  124. WMSCR
  125. -----
  126. COPY 'source' TO 'destination' /-w
  127.  
  128. /-w disables warnings if no source file can be found.
  129.  
  130. FirstAid
  131. --------
  132. Using 'Connect to User' allows to get a protocol independant connection to 
  133. the desired users configuration if the user is currently running Windows
  134. (incl WinMan.EXE). Using this connection, 'Reset Current' will be processed
  135. directly for 'Installation', 'RegDat' and 'Menu'.
  136.  
  137. WMSCR
  138. -----
  139. The 'NOT' operator in the PROCESS command didn't work properly. Fixed.
  140.  
  141. Starting a Scriptfile without debugging created a file 'FALSE' in the 
  142. \WINMAN directory when having supervisor rights. Fixed.
  143.  
  144. Starting Windows created a file WINMAN.DEB in the C:\ which grew and grew with
  145. every startup. Fixed.
  146.  
  147. FirstAid
  148. --------
  149. When a connection to a user existed and you changed to another user
  150. without using disconnect, the change did not work properly, so the previous 
  151. user kept polling on the network. Fixed.
  152.  
  153. WMSCR
  154. -----
  155. Starting 'WMSCR.EXE scriptfile.wms' ended in a crash as the section identifier
  156. was missing. WinMan will now use automatically the 'START' section if nothing
  157. is specified. This avoids the problem but we still recommend to use Section
  158. parameter due to future extensions.
  159.  
  160.  
  161.  
  162. ============================================================================
  163.                WinMan 1.4 to WINMAN 1.4a
  164.               Upgrade Information
  165. ============================================================================
  166.  
  167. WMSCR
  168. -----
  169. 1. The HIGHRUN command allows to highload fixed memory segments which cause 
  170.    trouble running multiple applications in Windows. It is known by now, that 
  171.    this command can cause Freelance for Windows 2.0 to freeze. If you see such 
  172.    effects on other applications just try once the RUN instead the new HIGHRUN
  173.    command.
  174. 2. DDE Functionality has been placed into BWDDE.DLL including commands such 
  175.    as DDEINIT, DDEEXEC, DDEPOKE, DDESTOP, DDEREQUEST
  176. 3. If the 'TO' parameter in a COPY statement was forgotten, WMSCR did not 
  177.    report an error. This will cause a 'Parameter Error' now.
  178. 4. The 'MENU' command supports now two additional parameters when creating a 
  179.    menu entry: /FORCE allows to recreate a menu entry every time the script 
  180.    gets run without checking the WINMAN.INI if the icon was already created. 
  181.    running such a script in the system startup will avoid a user can delete 
  182.    such an icon. /M will allow to create several menu entries using the same 
  183.    title. If this parameter is not used, WinMan will always check if an icon 
  184.    already exists before creating a new one. Any existing icon of the same 
  185.    name will be deleted before adding the new option.
  186.  
  187.  
  188. WINMAN.INI
  189. ----------
  190. [System]
  191. ScriptIcon=NORMAL        Allows to specify the mode of WinScript icon
  192.        HIDE
  193.        UpperLeft
  194.        UpperRight
  195.        LowerLeft
  196.        LowerRight
  197.  
  198. ToolPath=                Points to the directory containing WinMan tools
  199.              such as the debugger...
  200.  
  201. WMPRN.EXE
  202. ---------
  203. 1. If you specify a network printer, it will now be selected in Windows as 
  204.    permanent to ensure the printer is ok after login/logout
  205. 2. The dropdown listbox to select printers has been made larger to make the
  206.    selection easier.
  207.  
  208. WINMAN.EXE
  209. ----------
  210. 1. Leaving a DOS session open when closing the Shell does no longer hang 
  211.    your PC
  212. 2. Leaving the shell while WinMan is still running will immediately terminate
  213.    the workstation startup instead of continuing the startup.
  214. 3. WINMAN.EXE preloads some DLLs, used by WMSCR.EXE to speed up WMSCR startup
  215. 4. The value of total/free memory, provided to FirstAid remote support
  216.    has been corrected.
  217.  
  218.  
  219. ============================================================================
  220.                WinMan 1.4a to WINMAN 1.5
  221.               Upgrade Information
  222. ============================================================================
  223.  
  224. WMSCR/WINMAN.EXE
  225. ----------------
  226. 'Variable Extender' allows to define a number of variables which are used
  227. within scripts the same way as DOS environment variables. Such variables
  228. need to be defined within a parameterfile of the following structure:
  229.  
  230. [Variables]
  231. WinWord20cEnglish=%AD%:%ADIR%\winword
  232. WinWordAppsForms=%AD%:%ADIR%\winword\forms
  233. WinWordUser=%UD%:\winword
  234. WinWordUserForms=%UD%:\winword\forms
  235.  
  236. The name of this parameter file has to be defined within the system 
  237. WINMAN.INI under the [SYSTEM] section:
  238.  
  239. [System]
  240. Parameters=%AD%:%ADIR%\winman\params.ini
  241.  
  242. THIS FEATURE CAN ONLY BE USED IN SCRIPT FILES.
  243.  
  244. WMSCR
  245. -----
  246. The 'MD' command creates all subpaths at once, so 'MD C:\test\test1\test2'
  247. can be used even if no 'c:\test' exists before.
  248.  
  249.  
  250. ============================================================================
  251.                WinMan 1.5 to WINMAN 1.5a
  252.               Upgrade Information
  253. ============================================================================
  254.  
  255. WMSCR/WINMAN.EXE
  256. ----------------
  257. WMSCR
  258. -----
  259. - The MENU command now works with PROGMAN without using 'MENU RELOAD'
  260.  
  261. - There are new commands MENU ... /SHOW and MENU ... /HIDE to handle the
  262.   visible menu windows.
  263.  
  264. - The IF statement allows to compare available Windows memory (memory 
  265.   available to Windows without SMARTDRIVE, DOS, EMM386...).
  266.   IF [not] MEMORY<>=value THEN GOTO label
  267.  
  268. WINMAN
  269. ------
  270. - The time used for polling if a supporter tries to establish a connection.
  271.   Can be set now within WINMAN.INI.
  272.  
  273.   [System]
  274.   Polling=xxxx
  275.  
  276.   Where xxxx is a value to be set in millisecondes and can be 65000 in 
  277.   maximum.
  278.  
  279.  
  280. Beringen, 24.5.94
  281. R.Schallberger
  282.